home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / MIME.TXT < prev    next >
Encoding:
Text File  |  1998-07-08  |  1.0 KB  |  24 lines

  1.  
  2. MIME in Arachne
  3. ---------------
  4.  
  5. Arachne supports MIME V1.0 and many extensions to it.
  6.  
  7. Outgoing binary attachments are encoded using base64 algorithm, for text
  8. attachments Arachne uses quoted-printable algorithm. For eMail body,
  9. you can choose either 7bit, 8bit or quoted-printable encoding.
  10.  
  11. Multiple files attached to single message will be all extracted to
  12. CACHE subdirectory, so if you are sending HTML page to Arachne user,
  13. you can easily use relative links like <A HREF="file1.htm"> or
  14. <IMG SRC="file2.gif">, if these files are attached to the same message.
  15.  
  16. However, Microsoft Outlook uses more complicated way to link multiple
  17. objects in eMail message, called "Content-ID". Arachne is currently able
  18. to generate Content-ID, which looks like "arachne-namespace/filename",
  19. so it is easy to create links to such objects. In this version (1.41 beta),
  20. Arachne doesn't support "cid:" pseudo-protocol, which is required to access
  21. these objects (eg. cid:arachne-namespace/mybackground.gif).
  22.  
  23. "cid:" protocol will be implemented later.
  24.